scrolledwindow: Simplify _gtk_scrolled_window_set_adjustment_value()
authorCarlos Garnacho <carlosg@gnome.org>
Sun, 12 Oct 2014 12:01:03 +0000 (14:01 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Tue, 14 Oct 2014 13:53:14 +0000 (15:53 +0200)
commitc184bd46758a49f1a6453966cd4428a00a55f785
tree16f09e383df6503cc930f3fa137465e82c6a7214
parent1ae5c2a138546d12d2782b4175c1e4e69296defa
scrolledwindow: Simplify _gtk_scrolled_window_set_adjustment_value()

The two boolean arguments always received the same values, so wipe these
out. Likewise, the boolean return value is unused and sort of meaningless.
gtk/gtkscrolledwindow.c